home *** CD-ROM | disk | FTP | other *** search
- # SpecTcl, by S. A. Uhler
- # Copyright (c) 1994-1995 Sun Microsystems, Inc.
- #
- # See the file "license.txt" for information on usage and redistribution
- # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- #
- # set some initial preferences (This is temporary)
-
- set P(grid_size) 3 ;# size of the grid lines
- set P(grid_color) gray ;# grid color
- set P(grid_spacing) 30 ;# size of the empty rows/cols lines
- set P(title) "SpecTcl 0.1" ;# name of the application
- set P(maxrows) 6 ;# of rows in the table * 2
- set P(maxcols) 6 ;# of cols in the table * 2
- set P(gravity) 5 ;# how many pixels of mouse motion "counts"
- set P(scroll_delay) 75 ;# ms to wait for scrolling canvas/w widget
- set P(button) 1 ;# which button to use for selecting/dragging
- set P(project) untitled ;# name of this project
- set P(can_bg) #ebebeb ;# color of canvas background
- set P(can_dis) #EE0 ;# color of disabled canvas background
- set P(frame_bg) #e9e9e9 ;# color of frame background
- set P(grid_highlight) red ;# color of grid line when highlighted
- set P(incr) 10 ;# pixel scroll increment on main canvas
- set P(fast) 1 ;# stuff to set for fast machines
- set P(debug) 0 ;# print debugging info
- set P(help) 1 ;# field specific help
- set P(center) 0 ;# center canvas in frame
- set P(text_delay) 150 ;# update delay for text entry
- set P(frame_size) 0 ;# initial frame size
- set P(other_items) "help comments tabbing level" ;# extra widget options
- set P(file_suffix) "ui" ;# user interface file suffix
- set P(edit_font_size) 16 ;# size of the edit window font
- set P(wish) bw ;# name of wish binary
-